home *** CD-ROM | disk | FTP | other *** search
/ IRIX 5.3 for Indy R4400 / IRIX 5.3 for Indy R4400 175MHz.img / dist / eoe2.idb / usr / lib / help / vc.z / vc
Text File  |  1995-02-28  |  2KB  |  83 lines

  1. * *#ident    "@(#)sccs:help.d/vc    6.3" 
  2. *#ident "%W%"
  3. *    Messages for the vc command.
  4. *
  5. -1
  6. "unknown command on line ..."
  7. The line given begins with a control character,
  8. but the command is not a legal one.
  9. -2
  10. "`...' never used"
  11. The given keyword name was never used in any replacements.
  12. This is only a warning.
  13. -3
  14. "`...' never declared"
  15. The given keyword name never occured in a `dcl'
  16. statement. If you did declare it, check for typos.
  17. This is only a warning.
  18. -4
  19. "`If' with no matching `end'"
  20. There is a missing `end' statement,
  21. or an extra `if' statement.
  22. -5
  23. "`...' declared twice on line ..."
  24. The named keyword has been redeclared 
  25. on the indicated line.
  26. -6
  27. "out of space"
  28. A maximum of 40 keywords per invocation of vc are allowed.
  29. This limit has been exceeded.
  30. -7
  31. "unmatched `:' on line ..."
  32. On the given line there is no control character
  33. to indicate the end of the keyword name. 
  34. -8
  35. "keyword name too long on line ..."
  36. On the indicated line a keyword name exceeds nine characters.
  37. -9
  38. "invalid keyword name on line ..."
  39. On the indicated line the keyword name does not
  40. start with an alphabetic character, or does not contain
  41. only alphanumeric characters.
  42. -10
  43. "`end' without matching `if' on line ..."
  44. There is an extra `end' statement or a missing
  45. `if' statement.
  46. -11
  47. "parenthesis error on line ..."
  48. A left parenthesis occured with no matching right
  49. parenthesis or a parenthesis was found where it was not expected.
  50. -12
  51. "invalid operator on line ..."
  52. An unrecognized operator was found.
  53. The legal operators are `!=', `=', `<', and `>'.
  54. -14
  55. "non-numerical value on line ..."
  56. On the indicated line an attempt was made to compare 
  57. a string which contains non-numeric characters with another
  58. string using the `<' or `>' operator.
  59. -15
  60. "err statement on line ..."
  61. The user has put an `err' statement on the given line.
  62. -16
  63. "out of space [line ...]"
  64. The indicated line requires too many replacements.
  65. Currently, only 32 replacements per line are allowed.
  66. -17
  67. "syntax on line ..."
  68. The equal sign has been left out of an `asg' statement,
  69. or the right side of an `asg' statement is missing.
  70. -18
  71. "syntax on line ..."
  72. The syntax for the `if' statement on
  73. the indicated line is incorrect.
  74. An `&' or an `|' occurred in the wrong
  75. place, or were not found when they were expected.
  76. -19
  77. "syntax on line ..."
  78. There is something strange about the indicated line.
  79. -20
  80. "`...' never assigned a value"
  81. The given keyword name was never used in an assignment statement.
  82. This is only a warning.
  83.